projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19449d1
)
(calc-flush-caches): Use `mapc' rather than `mapcar'.
author
Juanma Barranquero
<lekktu@gmail.com>
Wed, 26 Sep 2007 00:07:37 +0000
(
00:07
+0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Wed, 26 Sep 2007 00:07:37 +0000
(
00:07
+0000)
lisp/calc/calc-stuff.el
patch
|
blob
|
history
diff --git
a/lisp/calc/calc-stuff.el
b/lisp/calc/calc-stuff.el
index a1f50816519bf82da3f22c10870b0832ea09261a..5dcc5365d10af95f1908e31495171bf26659d4f3 100644
(file)
--- a/
lisp/calc/calc-stuff.el
+++ b/
lisp/calc/calc-stuff.el
@@
-191,7
+191,7
@@
With a prefix, push that prefix as a number onto the stack."
math-eval-rules-cache-tag t
math-format-date-cache nil
math-holidays-cache-tag t)
- (mapc
ar
(function (lambda (x) (set x -100))) math-cache-list)
+ (mapc (function (lambda (x) (set x -100))) math-cache-list)
(unless inhibit-msg
(message "All internal calculator caches have been reset"))))